home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / c_wndw.zip / COMPLINK.QUI < prev    next >
Text File  |  1989-05-25  |  408b  |  11 lines

  1. REM parameter is program name to be compiled, linked and run
  2. REM format of entry is "complink program"
  3. REM Note that the ".c" suffix is omitted
  4. if NOT EXIST \qc\marietta\%1.c GOTO END
  5. copy \qc\marietta\%1.c program.c
  6. bin\qcl /c /Iinclude /W2 /AS program.c
  7. bin\link program, , NUL, lib\c_wndw+lib\SLIBC+lib\LIBH /NOI /NOD /ST:10000
  8. PAUSE examine compile for errors, then press any key
  9. program
  10. :END
  11.